Name :PLC downtime
Symbol :SYS_STOP
Illustrate:
Stop the application of the PLC.
Image:
Parameter:
| Parameter | Statement | Type | Description |
|---|---|---|---|
| EXECUTE | Input | BOOL | Ascending edge execution |
| DONE | Output | BOOL | finish |
Example:
LD:
ST:
Interpretation:
When the signal status of the "bExecute" operand changes from "0" to "1", the command is executed, the application is stopped, and the signal status of the output of "DONE" is "1".